Uses of Class
org.eclipse.vtp.framework.interactions.core.configurations.SelectionChoiceConfiguration

Packages that use SelectionChoiceConfiguration
org.eclipse.vtp.framework.interactions.core.configurations   
 

Uses of SelectionChoiceConfiguration in org.eclipse.vtp.framework.interactions.core.configurations
 

Methods in org.eclipse.vtp.framework.interactions.core.configurations that return SelectionChoiceConfiguration
 SelectionChoiceConfiguration[] SelectionRequestConfiguration.getChoices()
          Returns the choices in this interaction.
 

Methods in org.eclipse.vtp.framework.interactions.core.configurations with parameters of type SelectionChoiceConfiguration
 void SelectionRequestConfiguration.addChoice(SelectionChoiceConfiguration choice)
          Adds a choice to this interaction.
 void SelectionRequestConfiguration.removeChoice(SelectionChoiceConfiguration choice)
          Removes a choice from this interaction.